IIterator.MoveNext Method

Advances the iterator to the next item in the collection.

Syntax

public:
bool MoveNext()  

Return value

Type: bool 

  True if the iterator refers to a valid item in the collection; false if the iterator passes the end of the collection.

Remarks

Requirements

Namespace: Windows.Foundation.Collections

Metadata: windows.winmd

See also

Reference

IIterator Generic Interface

IIterator Members

Windows.Foundation.Collections Namespace